home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1990: Discy Business / Discy Business.2mg / DEV.CD / TOOLS / CLIBS / LIBRARIES / CINCLUDE / MALLOC.H < prev    next >
Encoding:
Apple IIgs Source Code  |  1988-08-01  |  165 b   |  12 lines  |  [B0] Apple IIgs Source Code (0x000A)

  1. /*
  2.  * Copyright Apple Computer, Inc. 1987
  3.  * All rights reserved
  4.  */
  5.   
  6. char *malloc();
  7. char *realloc();
  8. char *calloc();
  9. void free();
  10. void cfree();
  11. char *lmalloc();
  12.